Q3Transform_Submit
You can use theQ3Transform_Submit
function to submit a transform.
TQ3Status Q3Transform_Submit ( TQ3TransformObject transform, TQ3ViewObject view);
transform
- A transform.
view
- A view.
DESCRIPTION
TheQ3Transform_Submit
function pushes the transform specified by thetransform
parameter onto the view transform stack of the specified view.Q3Transform_Submit
returnskQ3Success
if the operation succeeds andkQ3Failure
otherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.